Returns the distance from the specified point to the start of the specified path along the path's length.
Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static double DistanceAlongLength ( |
Visual Basic Copy Code |
---|
Public Shared Function DistanceAlongLength( _ |
A Point whose distance to the path start to calculate.
A list of points specifying the path.
A double value specifying distance from the point to the path origin.